StrictlyPositiveInt
@Serializable(with = StrictlyPositiveIntSerializer::class)
@SinceKotoolsTypes(version = "1.1")
Representation of positive integers excluding zero.
Types
Link copied to clipboard
object Companion
Contains declarations for holding or building a StrictlyPositiveInt.
Functions
Extensions
Link copied to clipboard
@SinceKotoolsTypes(version = "4.1")
@SinceKotoolsTypes(version = "4.1")
Link copied to clipboard
Calculates the remainder of truncating division of this integer by the other one.
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Returns the negative of this integer.